# All lines beginning with `# DP:' are a description of the patch.
# DP: Description: Add several locales to localedata.SUPPORTED
# DP: - ru_RU.CP1251 was requested in #225516
# DP: - uz_UZ.UTF-8 was clearly missing, uz_UZ had no UTF-8 variant
# DP: - da_DK.ISO-8859-15, en_GB.ISO-8859-15, en_US.ISO-8859-15, no_NO.UTF-8,
# DP: no_NO and sv_SE.ISO-8859-15 are found in fedora-branch CVS branch.
# DP: Related bugs: #225516 (ru_RU.CP1251)
# DP: Dpatch author: Denis Barbier
# DP: Upstream status: not submitted
# DP: Date: 2006-01-10
# All lines beginning with `# DP:' are a description of the patch.
# DP: Description: Add several locales to localedata.SUPPORTED
# DP: - ru_RU.CP1251 was requested in #225516
# DP: - uz_UZ.UTF-8 was clearly missing, uz_UZ had no UTF-8 variant
# DP: - da_DK.ISO-8859-15, en_GB.ISO-8859-15, en_US.ISO-8859-15, no_NO.UTF-8,
# DP: no_NO and sv_SE.ISO-8859-15 are found in fedora-branch CVS branch.
# DP: Related bugs: #225516 (ru_RU.CP1251)
# DP: Dpatch author: Denis Barbier
# DP: Upstream status: not submitted
# DP: Date: 2006-01-10
Gbp-Pq: Topic localedata
Gbp-Pq: Name supported.diff
Aurelien Jarno [Sun, 28 Dec 2025 16:32:33 +0000 (17:32 +0100)]
glibc (2.41-12+deb13u1) trixie; urgency=medium
* debian/patches/git-updates.diff: update from upstream stable branch:
- Fix a double lock init issue after fork()
- Fix _dl_find_object when ld.so has LOAD segment gaps, causing wrong
backtrace unwinding. This affects at least arm64.
- Fix SYSCALL_CANCEL for return values larger than INT_MAX (closes:
#1115729).
- Fix crash in ifunc functions on arm64 when hardening with
-ftrivial-auto-var-init=zero.
- Optimize inverse trig functions on arm64.
- Optimize arm64 SVE exp, hyperbolic, and log1p functions.
- Optimize arm64 SVE expf and log1p helpers.